AutomationDao_Impl

@Generated(value = "androidx.room.RoomProcessor")
class AutomationDao_Impl

Constructors

Link copied to clipboard
constructor(@NonNull __db: RoomDatabase)

Functions

Link copied to clipboard
open fun delete(entity: ScheduleEntity)
Link copied to clipboard
Link copied to clipboard
open fun getSchedules(): List<FullSchedule>
Link copied to clipboard
open fun insert(entries: Collection<FullSchedule>)
open fun insert(entity: ScheduleEntity, entities: List<TriggerEntity>)